OPC Studio User's Guide and Reference
DAPropertyValueDictionary Constructor(IDictionary<DAPropertyId,ValueResult>)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Extensions Namespace > DAPropertyValueDictionary Class > DAPropertyValueDictionary Constructor : DAPropertyValueDictionary Constructor(IDictionary<DAPropertyId,ValueResult>)
The dictionary whose elements are copied to the new dictionary.

The value of this parameter cannot be null (Nothing in Visual Basic).

The individual elements of the parameter value can be null (Nothing in Visual Basic).

Initializes a new instance of the class that contains elements copied from the specified dictionary.
Syntax
'Declaration
 
Public Function New( _
   ByVal dictionary As IDictionary(Of DAPropertyId,ValueResult) _
)
'Usage
 
Dim dictionary As IDictionary(Of DAPropertyId,ValueResult)
 
Dim instance As New DAPropertyValueDictionary(dictionary)
public DAPropertyValueDictionary( 
   IDictionary<DAPropertyId,ValueResult> dictionary
)
public:
DAPropertyValueDictionary( 
   IDictionary<DAPropertyId^,ValueResult^>^ dictionary
)

Parameters

dictionary
The dictionary whose elements are copied to the new dictionary.

The value of this parameter cannot be null (Nothing in Visual Basic).

The individual elements of the parameter value can be null (Nothing in Visual Basic).

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also